@charset "utf-8";
/*元指令建站*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, ul, ol, li, pre, form, fieldset, legend, button, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
}
/*th,td{margin: 0; padding: 0;}*/
html {
	color: #333;
}
html, body {
	width: 100%;
}
body, button, input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	font-size: 14px;
	background: #fff
}
ul, ol, li, dl, dd, dt {
	list-style: none;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #35b75c;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
label, button {
	cursor: pointer;
}
p {
	margin: 0;
	padding: 0;
}
/*解决IE图片缩放失真*/
img {
	-ms-interpolation-mode: bicubic;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
/*连续英文、数字换行*/
.wordwrap {
	word-break: break-all;
	word-wrap: break-word;
}
/*单行文字超出显示省略号*/
.yzlofw {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #35b75c;
	text-decoration: none
}
a:active {
	color: #35b75c;
}
.fl {
	float: left;
}
.fr {
	float: right;
}


 @-webkit-keyframes bounce-up {
25% {
-webkit-transform: translateY(5px);
}
50%, 100% {
-webkit-transform: translateY(0);
}
75% {
-webkit-transform: translateY(-5px);
}
}
@keyframes bounce-up {
25% {
transform: translateY(5px);
}
50%, 100% {
transform: translateY(0);
}
75% {
transform: translateY(-5px);
}
}
*, a, button, input {
	-webkit-tap-highlight-color: rgba(255,0,0,0);
}
/*苹果手机默认按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
input {
	border-radius: 0;
}
/**yzlcms_top**/
.yzlcms_top {
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}
.yzlcms_top_in {
	width: 90%;
	max-width: 1440px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.yzlcms_top .top_logo {
	overflow: hidden;
	margin: 25px 0;
	padding: 0;
	float: left;
}
.yzlcms_top .top_logo a {
	display: block;
}
.yzlcms_top .top_logo img {
	height: 50px;
}
.yzlcms_top .top_right {
	height: 40px;
	overflow: hidden;
	margin: 30px 0;
	padding: 0;
	float: right;
}
.yzlcms_top .top_right .tr {
	float: left;
	padding: 0 0 0 40px;
}
.yzlcms_top .top_right .tr3 {
	border-right: none;
	padding: 0 0 0 20px;
}
.yzlcms_top .top_right .tr .tr_l {
	float: left;
	width: 40px;
	height: 40px;
	background-color: #35b75c;
	background-image: url(../images/tel1.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 5px;
	border-radius: 20px;
	background-size: 40px 40px;
}
.yzlcms_top .top_right .tr2 .tr_l {
	background-image: url(../images/tel2.png);
}
.yzlcms_top .top_right .tr .tr_r {
	float: left;
	margin-left: 5px;
}
.yzlcms_top .top_right .tr .tr_r p {
	color: #999;
	font-size: 14px;
	font-weight: bold;
}
.yzlcms_top .top_right .tr .tr_r span {
	color: #333;
	display: block;
	padding-top: 3px;
}
/**yzlcms_nav**/
.yzlcms_nav {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #35b75c;
	position: relative;
}
.navigation {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.navigation li {
	float: left;
	position: relative;
	width: 11.5%;
}
.navigation li a {
	display: block;
	width: 100%;
	line-height: 62px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
.navigation li:hover, .navigation li a:hover, .navigation li a.nav_on {
	color: #fff;
	background-color: #ffae00;
}
.navigation ul {
	position: absolute;
	left: 0;
	top: 48px;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
	background-color: #fff;
	border-top: 2px solid #e20100;
}
.navigation ul li {
	width: 120px;
	float: left;
	border-top: none;
}
.navigation ul li:nth-child(even) {
	background-color: #f5f6f8;
}
.navigation ul a {
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0;
	color: #4e607b;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-top: none;
}
.navigation ul a:hover {
	color: #fff;
	background-color: #fe0100;
}
.web_nav {
	display: none;
	width: 90%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	font-weight: bold;
}
.btn-menu {
	display: block;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	padding: 16px 0;
	width: 26px;
	height: 16px;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}
.btn-menu:before, .btn-menu:after, .btn-menu span {
	background-color: #ffffff;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}
.btn-menu:before, .btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 1px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.btn-menu span {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}
.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}
.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}
.btn-menu.active span {
	opacity: 0;
}
.btn-menu.active:before {
	background-color: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.btn-menu.active:after {
	background-color: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
/*搜索框*/
.navigation li.h_search_wrap {
	border-radius: 4px 0 4px 0;
	float: right;
	width: 50px;
	height: 40px;
	margin-top: 3px;
	margin-right: 20px;
	background: #00abfd;
	cursor: pointer;
}
.navigation li.h_search_wrap:hover {
	background: #00cefd;
}
.navigation li.h_search_wrap span {
	display: block;
	width: 100%;
	height: 40px;
}
.navigation li.h_search_wrap2 {
	background: #ea1211;
}
.navigation li.h_search_wrap2:hover {
	background: #fd1e1d;
}
.h_search {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	margin: 0 auto;
	z-index: 999999;
	width: 100%;
	padding: 20px 0;
	background: rgba(0,0,0,.5);
}
.h_search .form1 {
	width: 80%;
	max-width: 1440px;
	margin: 0 auto;
	line-height: 59px;
}
.h_search .form_text1 {
	float: left;
	width: 90%;
	height: 50px;
	line-height: 28px;
	text-indent: 10px;
	outline: none;
	background: #ffffff;
	margin: 3px 0;
	font-size: 14px;
	border-radius: 0 0 0 4px;
}
.h_search .form_button1 {
	float: left;
	width: 10%;
	height: 50px;
	background: #35b75c;
	border: 0;
	outline: none;
	color: #FFF;
	margin: 3px 0;
	cursor: pointer;
	border-radius: 0 0 4px 0;
	font-size: 16px;
}
.h_search .form_button1:hover {
	background: #35b75c;
}
/*导航悬浮样式*/
.yzlcms_top2 {
	z-index: 99999999;
}
.yzlcms_nav2 {
	z-index: 99999999;
}

/**yzlcms_banner**/
.flickerplate {
	position: relative;
	width: 100%;
	height: 540px;
	background-color: #e6e6e6;
	overflow: hidden;
}
.flickerplate ul.flicks {
	width: 10000%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none
}
.flickerplate ul.flicks>li {
	float: left;
	width: 1%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: table
}
.flickerplate ul.flicks>li a {
	display: block;
    width: 100%;
    height: 100%;
}
.flickerplate ul.flicks>li .flick-inner {
	height: 100%;
	padding: 10px;
	color: #fff;
	display: table-cell;
	vertical-align: middle
}
.flickerplate ul.flicks>li .flick-inner .flick-content {
	max-width: 68.75em;
	margin-left: auto;
	margin-right: auto
}
.flickerplate ul.flicks>li .flick-title {
	padding: 0px 0px;
	font-size: 2.778em;
	line-height: 1.995em;
	text-align: center
}
@media only screen and (max-width:43.813em) {
.flickerplate ul.flicks>li .flick-title {
	font-size: 1.667em
}
}
.flickerplate ul.flicks>li .flick-sub-text {
	padding: 5px;
	font-weight: 300;
	line-height: 2.5em;
	color: rgba(255,255,255,0.8);
	text-align: center
}
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding: 12px 18px;
	background-color: rgba(0,0,0,0.6)
}
.flickerplate .arrow-navigation {
	position: absolute;
	height: 80%;
	width: 10%;
	top: 10%;
	z-index: 100;
	overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
	display: block;
	height: 100%;
	width: 90%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor: pointer
}
.flickerplate .arrow-navigation.left {
	left: 0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity: 0;
	margin: 0px 0px 0px 50%;
	background-image: url("../images/prev.png");
	background-repeat: no-repeat;
	background-position: left
}
.flickerplate .arrow-navigation.right {
	right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity: 0;
	margin: 0px 0px 0px -50%;
	background-image: url("../images/next.png");
	background-repeat: no-repeat;
	background-position: right
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 100
}
.flickerplate .dot-navigation ul {
	text-align: center;
	list-style: none;
	padding: 0px 15px
}
.flickerplate .dot-navigation ul li {
	display: inline-block;
	float: none
}
.flickerplate .dot-navigation .dot {
	width: 10px;
	height: 10px;
	margin: 0px 5px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor: pointer;
	background-color: rgba(0,0,0,0.5)
}
.flickerplate .dot-navigation .dot.active {
	background-color: #35b75c;
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align: left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align: right
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color: rgba(0,0,0,0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color: rgba(0,0,0,0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color: #000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255,255,255,0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255,255,255,0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
	position: relative;
	left: 0%;
	-webkit-transition: left 0.4s ease-out;
	-moz-transition: left 0.4s ease-out;
	-o-transition: left 0.4s ease-out;
	-ms-transition: left 0.4s ease-out;
	transition: left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position: relative;
	left: 0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom: 0px;
	overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position: auto
}
.h_news_wrap {
	background: #f8f8f8;
	width: 100%;
	background-attachment: fixed;
}
.h_news {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px 0 20px;
}
.h_tlt1 {
	width: 100%;
}
.h_tlt1 p {
	font-size: 24px;
	font-weight: bold;
	color: #35b75c;
	text-align: center;
}
.h_tlt1 span {
	display: block;
	font-size: 15px;
	font-weight: lighter;
	color: #35b75c;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.h_tlt1 em {
	display: block;
	width: 58px;
	height: 3px;
	background: #35b75c;
	margin: 10px auto 0 auto;
}
.h_news .news_bd {
	padding-top: 40px;
	overflow: hidden;
}
.h_news .news_bd .news_tj {
	width: 48%;
	float: left;
}
.h_news .news_bd .news_tj .news_tj_img a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: #ffffff;
	border-bottom: 1px solid #f5f5f5;
}
.h_news .news_bd .news_tj .news_tj_img a img {
	width: 100%;
	vertical-align: middle;
}
.h_news .news_bd .news_tj .news_tj_img a .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.h_news .news_bd .news_tj .news_tj_con {
	background: #ffffff;
	padding: 10px 20px 24px;
}
.h_news .news_bd .news_tj p a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #3f3f3f;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}
.h_news .news_bd .news_tj p a:hover {
	color: #35b75c;
}
.h_news .news_bd .news_tj span {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	background: #ffffff;
	height: 66px;
	overflow: hidden;
}
.h_news .news_bd .news_tj em {
	display: block;
	font-size: 14px;
	color: #c6c6c6;
	padding-top: 10px;
	background: #ffffff;
}
.h_news .news_bd ul {
	width: 50%;
	float: right;
}
.h_news .news_bd ul li {
	background: #ffffff;
	padding: 24px;
	margin-bottom: 14px;
	position: relative;
}
.h_news .news_bd ul li .news_time {
	position: absolute;
	left: 24px;
	top: 24px;
	width: 90px;
	text-align: center;
	background: #666666;
	padding: 10px 0;
	overflow: hidden;
}
.h_news .news_bd ul li .news_time p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.h_news .news_bd ul li .news_time span {
	font-size: 14px;
	color: #fff;
}
.h_news .news_bd ul li .news_con {
	padding-left: 110px;
}
.h_news .news_bd ul li .news_con p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.h_news .news_bd ul li .news_con p a {
	font-size: 15px;
	font-weight: bold;
	color: #3f3f3f;
}
.h_news .news_bd ul li .news_con span {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	padding-top: 5px;
	height: 44px;
	overflow: hidden;
}
.h_news .news_bd ul li:hover .news_time {
	background: #35b75c;
}
.h_news .news_bd ul li:hover .news_con p a {
	color: #35b75c
}
/*公司简介*/
.yzlcms_about {
	width: 100%;
	background: #f5f5f5;
}
.yzlcms_about_in {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px 0 60px;
}
.gsjj_img {
	float: left;
	margin-top: 20px;
	width: 40%;
}
.gsjj_img img {
	width: 100%;
}
.gsjj_in {
	width: 57%;
	float: right;
	margin: 20px 0 0 0;
}
.gsjj .zbt {
	font-size: 24px;
	color: #35b75c;
	font-weight: bolder;
}
.gsjj .zbt span {
	font-size: 20px;
	_color: #cccccc;
	font-weight: normal;
	font-weight: lighter;
}
.gsjj p {
	font-size: 14px;
	_color: #ffffff;
	line-height: 26px;
	margin-top: 30px;
	_height: 204px;
	margin-bottom: 10px;
	overflow: hidden;
}
.gsjj a.more {
	display: block;
	width: 140px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background: #35b75c;
	float: left;
	margin-top: 15px;
}
.gsjj a.more:hover {
	background: #2faf56;
	cursor: pointer;
}
/*首页产品展示*/
.h_products {
	width: 100%;
	background: #ffffff;
}
.h_products_in {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px 0 10px;
}
.h_products .pro_hd {
	margin: 30px auto 40px;
	text-align: center;
}
.h_products .pro_hd ul {
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
}
.h_products .pro_hd ul li {
	display: inline-block;
	margin: 2px;
}
.h_products .pro_hd ul li a {
	display: block;
	background: #eee;
	padding: 8px 30px;
	color: #76838f;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.h_products .pro_hd ul li a:hover {
	background: #35b75c;
	color: #fff;
}
.h_products .pro_hd ul li.on a {
	background: #35b75c;
	color: #fff;
}
.h_products .pro_bd ul li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.h_products .pro_bd ul li:nth-child(4n) {
	margin-right: 0px;
}
.h_products .pro_bd ul li div {
	display: block;
	width: 100%;
	box-shadow: 0px 0px 10px 0px #e1dddd;
}
.h_products .pro_bd ul li div .pro_img {
	display: block;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.h_products .pro_bd ul li div .pro_img img {
	vertical-align: middle;
	width: 100%;
}
.h_products .pro_bd ul li div .pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.h_products .pro_bd ul li p a {
	display: block;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #333;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.h_products .pro_bd ul li>div:hover p a {
	background: #35b75c;
	color: #ffffff;
}
/*我们的优势*/
.youshi_wrap {
	overflow: hidden;
	width: 100%;
	overflow-x: hidden;
	margin-left: 0;
}
.h_youshi {
	width: 100%;
	background: #fff;
}
.h_youshi_in {
	width: 90%;
	max-width: 1440px;
	padding: 40px 0;
	margin: 0 auto;
}
.h_youshi_in ul {
	padding-top: 40px;
}
.h_youshi_in ul li {
	float: left;
	margin-right: 2%;
	width: 23%;
}
.h_youshi_in ul li:nth-child(4n) {
	margin-right: 0px;
}
.h_youshi_in ul li .icon {
	text-align: center;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background: #eee;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	transition: background 0.5s, color 0.5s;
	-moz-transition: background 0.5s, color 0.5s;
	-webkit-transition: background 0.5s, color 0.5s;
	-o-transition: background;
}
.h_youshi_in ul li .icon span {
	display: block;
	width: 50px;
	height: 50px;
	transition: background 0.5s, color 0.5s;
	-moz-transition: background 0.5s, color 0.5s;
	-webkit-transition: background 0.5s, color 0.5s;
	-o-transition: background;
}
.h_youshi_in ul li .tlt {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 20px;
	color: #2a333c;
}
.h_youshi_in ul li .yscon {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #999;
}
.h_youshi_in ul li:hover .icon {
	background: #35b75c;
}
/*首页推荐产品*/
.scrollpic {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px 0;
}
.scrollpic .slideGroup {
	width: 100%;
	text-align: left;
	padding-top: 30px;
	text-align: center;
}
.scrollpic .slideGroup .slideCon {
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.scrollpic .slideGroup .sPrev {
	background-image: url(../images/prev2.png);
	background-size: 42px 42px;
	display: inline-block;
	width: 42px;
	height: 42px;
	background-color: #2faf56;
	position: absolute;
    left: 0;
    top: 50%;
	margin-top: -21px;
    z-index: 9999;
}
.scrollpic .slideGroup .sNext {
	background-image: url(../images/next2.png);
	background-size: 42px 42px;
	display: inline-block;
	width: 42px;
	height: 42px;
	background-color: #2faf56;
	position: absolute;
    right: 0;
    top: 50%;
	margin-top: -21px;
    z-index: 9999;
}
.scrollpic .slideGroup .sPrev:hover, .slideGroup .sNext:hover {
	background-color: #35b75c;
}
.scrollpic .slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}
.scrollpic .slideGroup .parBd ul li {
	margin: 0 8px;
	float: left;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.scrollpic .slideGroup .parBd ul li .pic {
	text-align: center;
	width: 100%;
}
.scrollpic .slideGroup .parBd ul li .pic a {
	display: block;
	_height: 250px;
	text-align: center;
	overflow: hidden;
}
.scrollpic .slideGroup .parBd ul li .pic a .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
.scrollpic .slideGroup .parBd ul li .pic img {
	width: 100%;
	vertical-align: middle;
}
.scrollpic .slideGroup .parBd ul li .title {
	line-height: 40px;
	background-color: #35b75c;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.scrollpic .slideGroup .parBd ul li .title a {
	display: block;
	color: #fff;
	padding: 0 15px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.scrollpic .slideGroup .parBd ul li .title p {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	height: 0;
	overflow: hidden;
	margin-bottom: 0;
}
.scrollpic .slideGroup .parBd ul li:hover p {
	height: 40px;
	margin-bottom: 10px;
	padding: 0 15px;
}
.scrollpic .slideGroup .parBd ul li:hover .title {
	background-color: #35b75c;
}
@media (max-width:1199px) {

}
@media (max-width:991px) {
.scrollpic_wrap {
	padding: 30px 0;
}
}
@media (max-width:767px) {
.scrollpic {
	padding: 0 0 0;
}
}
/* 友情链接 */ 
#link_main {
	padding: 15px 0;
	background: #f8f8f8;
}
#link {
	padding: 0;
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}
.link_title {
	line-height: 40px;
	height: 40px;
	color: #fff;
}
.link_title h2 {
	text-indent: 35px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px dotted #dedede;
}
.link_body {
	color: #000;
	border-top: 0px;
	border-bottom: 0px;
}
.link_bottom {
}
.link_pic {
	overflow: auto;
	zoom: 1;
}
.link_pic ul li {
	float: left;
	padding: 1px 5px;
	text-align: center;
	width: 112px;
}
.link_pic img {
	width: 86px;
	height: 30px;
	padding: 2px;
	border: 1px solid #CCC;
}
.link_pic ul li a:hover img {
	border: 1px solid #00a4ef;
}
.link_text {
	overflow: hidden;
	zoom: 1;
	padding: 8px 0 8px 0;
}
.link_text ul li {
	float: left;
	text-align: center;
	padding: 1px 15px;
	overflow: hidden;
	white-space: nowrap;
}
.link_text a {
	line-height: 22px;
	color: #666;
}
.link_text a:hover {
	line-height: 22px;
	color: #0256ac;
}
/*底部信息*/
.h_foot1 {
	background: #35b75c;
	padding: 20px 0px;
	color: #aaaaaa;
}
.h_foot1 .h_foot1_in {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
}
.h_foot1 .h_foot1_in>p {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
}
.h_foot1 .h_foot1_in a {
	display: inline-block;
	background: #35b75c;
	border-radius: 2px;
	padding: 10px 20px;
	color: #cecece;
	vertical-align: top;
	margin-left: 20px;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.h_foot1 .h_foot1_in a:hover {
	background: #1b4e80;
	color: #14a2a7;
}
.h_foot1 .h_foot1_in a p {
	float: left;
	color: #fff;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding-right: 15px;
	border-right: 1px solid #138488;
}
.h_foot1 .h_foot1_in a span {
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 15px;
	border-left: 1px solid #fff;
}
.h_foot1 .h_foot1_in a span:before {
	content: "";
	display: block;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	margin-top: 1px;
}
.h_foot2 {
	background: #35b75c;
	padding: 40px 0px;
	color: #ffffff;
}
.h_foot2 .h_foot2_in {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
}
.h_foot2 .h_foot2_in a {
	color: #ffffff;
}
.h_foot2 .h_foot2_in a:hover {
	color: #ffffff;
}
/*悬浮链接*/
.suspension {
	position: fixed;
	z-index: 999999999;
	right: 0;
	bottom: 60px;
	width: 70px;
	height: 240px;
}
.suspension-box {
	position: relative;
	float: right;
}
.suspension .a {
	display: block;
	width: 55px;
	height: 40px;
	padding: 10px 0 5px;
	background-color: #35b75c;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
}
.suspension .a.active, .suspension .a:hover {
	background: #35b75c;
}
.suspension .a .i {
	display: inline-block;
	width: 44px;
	height: 44px;
}
.suspension .a-service .i {
	display: inline-block;
	width: 20px;
	height: 20px;
}
.suspension .a span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 4px;
}
.suspension .a-service-phone .i {
	display: inline-block;
	width: 20px;
	height: 20px;
}
.suspension .a-qrcode .i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: -56px -12px;
}
.suspension .a-cart .i {
	background-position: -88px 0;
}
.suspension .a-top .i {
	background-position: -132px 0;
}
.suspension .a-top {
	background: #D2D3D6;
	display: none;
}
.suspension .a-top:hover {
	background: #c0c1c3;
}
.suspension .d {
	display: none;
	width: 240px;
	background: #fff;
	position: absolute;
	right: 67px;
	border: 1px solid #E0E1E5;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	right: -8px;
	top: 31px;
}
.qrcode-img img {
	width: 150px;
	margin: 0 auto;
}
.suspension .d-service {
	top: 0;
}
.suspension .d-service-phone {
	top: 50px;
}
.suspension .d-qrcode {
	top: 78px;
}
.suspension .d .inner-box {
	padding: 8px 22px;
}
.suspension .d-service-item {
	padding: 4px 0;
}
.suspension .d-service .d-service-item {
	border-bottom: none;
}
.suspension .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}
.suspension .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
	background-position: center 3px;
}
.suspension .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	display: block;
}
.suspension .d-service-item p {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service .d-service-item p {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service-intro {
	padding-top: 10px;
}
.suspension .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}
.suspension .d-service-intro i {
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}
.suspension .d-qrcode {
	text-align: center;
	width: 160px;
}
.suspension .d-qrcode .inner-box {
	padding: 10px 0;
}
.suspension .d-qrcode p {
	font-size: 14px;
	color: #999;
	padding-top: 5px;
}
.ny_banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ny_banner .slideshow {
	height: 310px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media (max-width: 1199px) and (min-width: 992px) {
.ny_banner .slideshow {
	height: 260px;
}
}
@media screen and (max-width: 991px) {
.ny_banner .slideshow {
	height: 200px;
}
}
@media screen and (max-width: 767px) {
.ny_banner .slideshow {
	height: 160px;
}
}
@media screen and (max-width: 539px) {
.ny_banner .slideshow {
	height: 120px;
}
}
.ny_content_wrap {
	background: #ffffff;
	width: 100%;
}
.ny_content {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ny_yzlcms {
	padding-bottom: 0px;
}
.ny_content .content_left {
	float: left;
	width: 20%;
	background: #ffffff;
	padding: 1% 0;
}
.ny_content .yzlcms_left {
	padding: 0px;
}
.ny_content .content_left .c_tlt {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background: #35b75c;
	color: #ffffff;
	margin-bottom: 10px;
}
.ny_content .content_left .c_tlt em {
	display: none;
}
.pro_mulu {
	display: block;
}
.pro_mulu li p {
	overflow: hidden;
	line-height: 45px;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #dedede;
}
.pro_mulu li p a {
	width: 60%;
	float: left;
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_mulu li p span {
	position: relative;
	display: block;
	width: 20%;
	height: 45px;
	float: right;
}
.pro_mulu li p span:after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    top: 43%;
    right: 15px;
}
.pro_mulu li p.on {
	background: #272727;
	color: #ffffff;
}
.pro_mulu li p:hover a {
	color: #35b75c;
}
.pro_mulu li p.on a {
	color: #ffffff;
}
.pro_mulu li p.on span:after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 43%;
    right: 15px;
}
.pro_mulu li.on>a {
	background: #35b75c;
	color: #ffffff;
	border: 1px solid #fff;
}
.pro_mulu li div {
	margin-bottom: 10px;
}
.pro_mulu li div a {
	display: block;
	background: #f1f1f1;
	border: 0;
	line-height: 32px;
	border: 1px solid #f1f1f1;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 20px;
}
.pro_mulu li div a.on {
	color:#35b75c;
}
.pro_mulu a.pro_more {
	background: #ddd;
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.news_l {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news_l li a {
	display: block;
	color: #555;
	padding-left: 15px;
	padding-right: 5px;
	background: url(../images/yuan.png) left center no-repeat;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #dedede;
}
.news_l li a:hover {
	color: #35b75c;
}
.ny_content .content_right {
	float: right;
	width: 77%;
	background: #ffffff;
	padding: 1% 0;
}
.ny_content .content_right2 {
	float: none;
	width: 100%;
	padding: 0px;
}
.ny_content .content_right .bread_nav {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #dedede;
	padding-bottom: 5px;
}
.ny_content .content_right .bread_nav .zbt {
	width: 20%;
	font-size: 20px;
	color: #35b75c;
	float: left;
	text-align: left;
	font-weight: bold;
}
.ny_content .content_right .bread_nav div {
	float: right;
	width: 78%;
	text-align: right;
	color: #777;
	overflow: hidden;
}
.ny_content .content_right .bread_nav div>em {
	display: inline-block;
	width: 25px;
	height: 40px;
	vertical-align: top;
}
.ny_content .content_right .bread_nav div a {
	color: #555;
}
.ny_content .content_right .bread_nav div a:hover {
	color: #35b75c
}
.ny_content .content_right .conn {
	color: #555;
	font-size: 14px;
	line-height: 28px;
	padding-top: 10px;
}
.ny_content .content_right .conn .ny_news_con img, .ny_content .content_right .conn .ny_news_con table, .ny_content .content_right .conn .ny_news_con tr, .ny_content .content_right .conn .ny_news_con td, .ny_content .content_right .conn .ny_news_con p, .ny_content .content_right .conn .ny_news_con span, .ny_content .content_right .conn .ny_news_con div {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	white-space: normal;
	word-break: break-all;
}
/*内页产品展示*/
.ny_products {
	width: 100%;
	background: #ffffff;
}
.ny_products .pro_bd ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.ny_products .pro_bd ul li:nth-child(3n) {
	margin-right: 0px;
}
.ny_products .pro_bd ul li div {
	display: block;
	width: 100%;
	box-shadow: 0px 0px 10px 0px #e1dddd;
}
.ny_products .pro_bd ul li div .pro_img {
	display: block;
	text-align: center;
	width: 100%;
	_height: 230px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.ny_products .pro_bd ul li div .pro_img img {
	vertical-align: middle;
	width: 100%;
}
.ny_products .pro_bd ul li div .pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.ny_products .pro_bd ul li div p a {
	display: block;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #333;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ny_products .pro_bd ul li>div:hover p a {
	background: #35b75c;
	color: #ffffff;
}
.new_inside {
	overflow: hidden;
	margin-bottom: 30px;
}
.new_inside li {
	width: 100%;
}
.news_yzlcms {
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.06);
	background: transparent;
	height: 180px;
}
.news_txt {
	padding: 36px 0 28px 14%;
	transition: all .3s ease-out 0s;
}
.news_txt a span {
	font-size: 16px;
	color: #717171;
	display: block;
	height: 24px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_yzlcms:hover .news_txt a span {
	color: #35b75c
}
.news_yzlcms:hover .news_txt i {
	color: #999
}
.news_txt i {
	color: #7D7D7D;
	font-style: normal;
	line-height: 24px;
	height: 73px;
	display: block;
	overflow: hidden;
}
.news_date {
	width: 80px;
	color: #999;
	padding: 36px 66px 0 0;
	transition: all .3s ease-out 0s;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 30px;
}
.news_yzlcms:hover .news_date {
	padding: 36px 86px 0 0
}
.arrow_left {
	position: absolute;
	top: 90px;
	left: 5px;
	width: 35px;
	height: 35px;
	text-align: center;
	border: 1px solid #fff;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	background: url(../images/icon.png) no-repeat 9px 14px;
}
.news_yzlcms:hover .arrow_left {
	border: 1px solid #35b75c;
	background: url(../images/icon_hover.png) no-repeat 9px 14px #35b75c;
}
.arrow_left i {
	width: 14px;
	height: 9px;
	display: block;
	margin: 13px 0 0 11px;
}
.news_date span {
	float: left;
	line-height: 36px;
	height: 36px;
	font-size: 24px;
	color: #35b75c;
}
.news_date i {
	float: left;
	color: #ABABAB;
	font-size: 0;
}
.news_txt a span::before {
	width: 35px;
	height: 1px;
	content: '';
	background: #BFBFBF;
	position: absolute;
	top: 48px;
	left: 90px;
	transition: all 0.3s ease-out 0s;
}
.news_yzlcms:hover .news_txt a span::before {
	width: 60px;
	transition: all 0.3s ease-out 0s;
	background: #35b75c;
}
.news_yzlcms:hover .news_date span {
	color: #333;
}
.news_yzlcms:hover .news_date {
	padding: 30px 42px 0 0;
}
.ny_content .content_right .conn .ny_news_tlt {
	text-align: center;
	font-size: 20px;
	color: #35b75c;
	padding: 10px 0;
	font-weight: normal;
}
.ny_news_time {
	text-align: center;
	color: #999;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dedede;
	margin-bottom: 10px;
}
.ny_news_time span {
	margin:0 5px;
}
.ny_news_ye {
	padding-top: 30px;
}
.ny_news_ye p {
	height: 35px;
	line-height: 35px;
	background: #f1f1f1;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content_left .show_menu {
	width: 100%;
}
.page_list {
	margin-bottom: 30px;
}
.yzlcms_msg h3 {
	display: none;
}
.content_right .conn .pro_name {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	color: #35b75c;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #dedede;
}
.content_right .conn .proshow1 {
	padding-top: 20px;
	position: relative;
	padding-bottom: 20px;
}
.content_right .conn .proshow1 .js-silder {
	float: left;
	width: 30%;
	margin-top: 0 !important;
	box-shadow: 0px 0 10px 0 #e1dddd;
}
.proshow1 .js-silder .silder-main-img {
	width: 100%;
	text-align: center;
}
.proshow1 .js-silder .silder-main-img img {
	width: 100%;
	vertical-align: middle
}
.proshow1 .js-silder .silder-main-img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.proshow1 .prodesc p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.proshow1 .prodesc p.bt {
	font-size: 20px;
	font-weight: normal;
	color: #b5b5b5;
}
.content_right .conn .proshow1 .prodesc {
	float: right;
	width: 66%;
}
.content_right .conn .proshow1 .prodesc p.desc {
	height: 125px;
	overflow: hidden;
	color: #999;
}
.content_right .conn .proshow1 .pro_btn {
	overflow: hidden;
}
.content_right .conn .proshow1 .pro_btn1 {
	display: block;
	width: 240px;
	margin-right: 20px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #35b75c;
	border-radius: 2px;
	float: left;
	border: 1px solid #fff;
}
.content_right .conn .proshow1 .pro_btn2 {
	display: block;
	width: 240px;
	margin-right: 0;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	background: #7b7b7b;
	color: #fff;
	border-radius: 2px;
	float: left;
	border: 1px solid #fff;
}
.content_right .conn .proshow1 .pro_btn1:hover {
	background: #fff;
	border: 1px solid #35b75c;
	color: #35b75c;
}
.content_right .conn .proshow1 .pro_btn2:hover {
	background: #fff;
	border: 1px solid #7b7b7b;
	color: #7b7b7b;
}
.content_right .conn .xgcp {
}
.content_right .conn .xgcp li {
	float: left;
	width: 23%;
	margin-right: 2.1%;
	margin-bottom: 30px;
}
.content_right .conn .xgcp li:nth-child(4n) {
	margin-right: 0px;
}
.content_right .conn .xgcp li div {
	display: block;
	width: 100%;
	box-shadow: 0px 0px 72px 0px #e1dddd;
	-webkit-transition: all .25s;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
}
.content_right .conn .xgcp li div .pro_img {
	display: block;
	text-align: center;
	width: 100%;
	_height: 230px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.content_right .conn .xgcp li div .pro_img img {
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.content_right .conn .xgcp li div .pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.content_right .conn .xgcp li div p a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	color: #333;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content_right .conn .xgcp li>div:hover p a {
	background: #35b75c;
	color: #ffffff;
}
.content_right .conn .xgcp li>div:hover img {
	transform: scale(1.1, 1.1);
	opacity: 0.8;
}
.tags_title {
	border-bottom: 1px solid #DDD;
	margin: 40px 0 30px;
}
.tags_title span {
	width: 80px;
	padding: 0 15px;
	font-size: 16px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	margin-bottom: -1px;
	background: #fff;
	color: #35b75c;
	display: block;
	margin-left: 5px;
	border: 1px solid #DDD;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}
.proshow2 {
	padding-top: 20px;
}
.proshow2 .prodetail_con {
	float: right;
	width: 76%;
}
.proshow2 .prodetail_con .tags_title {
	margin: 0;
}
.proshow2 .prodetail_con .content {
	padding: 30px 0;
}
.proshow2 .prodetail_con .content img {
	max-width: 80%;
	height: auto !important;
}
.contact .tags_title {
}
.contact .tags_title span {
	float: left;
	width: auto;
	cursor: pointer;
}
.contact .tags_title span.ron {
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	border-bottom: 1px solid #DDD;
	color: #666;
	font-weight: normal;
}
.contact .content2 {
	display: none;
}
.contact .content1 ul {
}
.contact .content1 ul li {
	float: left;
	width: 30%;
	margin-right: 45px;
}
.contact .content1 ul li:nth-child(3n) {
	margin-right: 0;
}
.contact .content1 ul li a {
	display: block;
}
.contact .content1 ul li a em {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	border-radius: 50%;
	margin-right: 15px;
}
.contact .content1 ul li a .wz {
	float: left;
	width: 78%;
}
.contact .content1 ul li a .wz p {
	font-size: 20px;
	padding-bottom: 10px;
}
.contact .content1 ul li a .wz span {
	font-size: 20px;
}
.lx_dz {
	width: 100%;
	overflow: hidden;
	margin: 50px auto 20px;
	padding: 0;
}
.lx_dz .dz_map {
	width: 97%;
	height: 370px;
	overflow: hidden;
	margin: 0 auto;
	padding: 1%;
	border: 1px solid #d9d9d9;
}
.lx_dz .dz_map iframe {
	width: 100%;
}
.lx_dz .dz_map iframe body {
	width: 100%;
}
.page_list {
	text-align: center;
	padding-top: 20px;
}
.page_list a {
	display: inline-block;
	padding: 3px 10px;
	background: #ddd;
	color: #3a3a3a;
	font-size: 14px;
	margin: 0 5px 5px 0;
	border-radius: 2px;
}
.page_list span {
	display: inline-block;
	padding: 3px 10px;
	background: #0256ac;
	color: #ffffff;
	font-size: 14px;
	margin: 0 5px 5px 0;
	border-radius: 2px;
}
.page_list a:hover {
	background: #0256ac;
	color: #ffffff;
}
.page_list a.pnnum1 {
	background: #0256ac;
	color: #ffffff;
}
.page_list input {
	display: inline-block;
	padding: 0 5px;
	background: #35b75c;
	width: 40px !important;
	height: 30px !important;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	color: #fff;
	cursor: pointer;
}
.page_list .p_input {
	display: inline-block;
	padding: 0 5px;
	background: #ddd;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	color: #555;
	cursor: default;
}
.cpzx .yzlcms_msg {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
}
.cpzx .yzlcms_msg h3 {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #dfdfdf;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.cpzx .yzlcms_msg ul {
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
	padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/
}
.cpzx .yzlcms_msg ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 12px;
	padding: 0;
}
.cpzx .yzlcms_msg ul li h4 {
	width: 17%;
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	margin: 0;
	padding: 0 20px 0 0;
	color: #333;
	font-size: 14px;
	text-align: right;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .yzlcms_msg ul li .msg_ipt1, .yzlcms_msg ul li .msg_tara {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .yzlcms_msg ul li .msg_ipt1 {
	height: 34px;
}
.cpzx .yzlcms_msg ul li .msg_tara {
	height: 118px;
}
.cpzx .msg_ipt1 input, .msg_tara textarea {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .msg_ipt1 input {
	height: 34px;
	line-height: 16px;
}
.cpzx .msg_tara textarea {
	height: 118px;
	line-height: 20px;
	resize: none;
}
.cpzx .yzlcms_msg ul li .msg_ipt2 {
	width: 120px;
	height: 34px;
	overflow: hidden;
	margin-right: 10px;
	padding: 0;
	float: left;
}
.cpzx .msg_ipt2 input {
	display: block;
	width: 120px;
	height: 34px;
	overflow: hidden;
	line-height: 16px;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .yzlcms_msg ul li a.yzm_img {
	display: block;
	width: 90px;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	float: left;
}
.cpzx .yzlcms_msg ul li .msg_btn {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}
.cpzx .msg_btn input {
	display: block;
	width: 100px;
	height: 34px;
	overflow: hidden;
	line-height: 32px;
	margin: 20px 15px 0 0;
	padding: 0;
	background-color: #f0f0f0;
	color: #333;
	font-size: 13px;
	text-align: center;
	border: 1px solid #ccc;
	float: left;
}
.cpzx .yzlcms_msg ul li .msg_ipt12 {
	width: 83%;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .msg_ipt12 input {
	height: 34px;
	line-height: 16px;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .yzlcms_msg ul li h4 {
	width: 10%;
	height: 45px;
	font-size: 12px;
}
.cpzx .yzlcms_msg ul li .msg_ipt1, .yzlcms_msg ul li .msg_tara {
	width: 90%;
}
.cpzx .yzlcms_msg ul li .msg_ipt1, .yzlcms_msg ul li .msg_tara {
	width: 90% !important;
}
.cpzx .yzlcms_msg ul li .msg_ipt1 {
	height: 47px;
}
.cpzx .msg_ipt1 input {
	height: 45px;
	line-height: 45px;
}
.cpzx .yzlcms_msg ul li .msg_ipt12 {
	width: 90% !important;
	height: 45px !important;
}
.cpzx .msg_ipt12 input {
	height: 45px;
}
.cpzx .yzlcms_msg ul li .msg_ipt1 select {
	height: 45px !important;
}
.cpzx input {
	border-radius: 2px;
	border: 1px solid #fff !important;
	background: #f1f1f1;
}
.cpzx textarea {
	border-radius: 2px;
	border: 1px solid #fff !important;
	background: #f1f1f1;
}
.cpzx select {
	border-radius: 2px;
	border: none !important;
	background: #f1f1f1;
	outline: none;
	text-indent: 10px;
}
.cpzx input:focus, .cpzx textarea:focus {
	border: 1px solid #dedede !important;
}
.cpzx .yzlcms_msg ul li a.yzm_img img {
	height: 100% !important;
}
.cpzx .msg_btn input {
	width: 150px;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
}
.cpzx .msg_btn input:first-child {
	background: #35b75c;
	color: #fff;
	outline: none;
}
.cpzx .msg_ipt2 input {
	height: 45px;
}
.cpzx .yzlcms_msg ul li .msg_ipt2 {
	height: 45px;
}



/*小尺寸屏幕电脑*/
@media (max-width:1199px) {
.navigation li {
    width: 16.66%;
}
.flickerplate {
    height: 360px;
}
.h_news {
	width: 90%;
}
.yzlcms_about_in {
	padding: 20px 0 40px;
}
.gsjj {
	background: none;
}
.gsjj_img {
	display: none;
}
.gsjj_img img {
	width: auto;
	height: 230px;
	max-width: 100%;
}
.gsjj_in {
	float: none;
	width: 100%;
	margin: 0 auto;
}
.gsjj p {
	margin-top: 24px;
}
.h_news .news_bd .news_tj {
    width: 100%;
}
.h_news .news_bd ul {
    width: 100%;
    float: left;
	margin-top: 14px;
}
.ny_content .content_left {
	width: 22%;
}
.ny_content .content_right {
	width: 74%;
}
.ny_content .content_right2 {
	width: 100%;
}
.h_products .pro_bd ul li {
	width: 49%;
}
.h_products .pro_bd ul li:nth-child(2n) {
	margin-right: 0;
}
.h_products .pro_hd ul li a {
	padding: 8px 10px;
}
.h_products .pro_bd ul li div a .pro_img {
	height: 300px;
}
.ny_products .pro_bd ul li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
}
.ny_products .pro_bd ul li:nth-child(2n) {
	margin-right: 0;
}
.ny_products .pro_bd ul li:nth-child(3n) {
	margin-right: 3%;
}
.ny_products .pro_bd ul li:nth-child(6n) {
	margin-right: 0;
}
.ny_products .pro_hd ul li {
	padding: 8px 10px;
}
.ny_products .pro_bd ul li div a .pro_img {
	height: 300px;
}
#link {
	width: 96%;
}
.ny_banner .search {
	width: auto;
	top: auto;
	bottom: 10%;
	left: auto;
	right: 5%;
	margin-left: 0;
}
.suspension {
	display: none;
}
#KFRightScreen {
	display: none !important;
}
#KFCenterScreen {
	display: none !important;
}
#KFBoxTitle {
	display: none !important;
}
.custombox {
	display: none !important;
}
.content_right .conn .xgcp li {
	width: 21%;
	margin-right: 5.33333%;
}
.contact .content1 ul li a .wz {
	width: 60%;
}
.silder-main {
	min-height: inherit;
}
}

/*平板*/
@media (max-width:991px) {
.navigation li {
	width: 10%;
}
.flickerplate {
	height: 300px;
}
.h_news .news_bd .news_tj {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.h_news .news_bd ul {
	width: 100%;
	float: none;
}
.gsjj {
	background: none;
}
.gsjj_img {
	margin-top: 0;
	width: 100%;
	display: block;
	float: none;
}
.gsjj_img img {
	width: 100%;
	display: block;
	height: auto;
}
.gsjj_in {
	width: 100%;
	margin: 20px 0 0 0;
}
.gsjj a.more {
	float: none;
	margin: 20px auto;
}
.suspension {
	display: none;
}
.news_txt a span::before {
    display: none;
}
#KFRightScreen {
	display: none !important;
}
#KFCenterScreen {
	display: none !important;
}
#KFBoxTitle {
	display: none !important;
}
.custombox {
	display: none !important;
}
.h_products_in {
	padding: 20px 0 10px;
}
.h_products_in .h_tlt1 {
    margin-bottom: 30px;
}
.h_products .pro_hd {
	display: none;
}
.link_title {
	height: 40px;
	line-height: 40px;
}
.page_list td span {
	display: none;
}
.page_list td #firstpage {
	display: none;
}
.page_list td #endpage {
	display: none;
}
.page_list a {
	margin-right: 5px;
}
.page_list {
	font-size: 0;
	color: #fff;
	margin-bottom: 0;
}
.page_list input {
	display: none !important;
}
.page_list a {
	font-size: 14px;
}
#myscroll ul li {
	height: 150px;
}
#myscroll .intro a h5 {
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
}
.yzlcms_top_in {
	height: auto;
}
.yzlcms_top .top_logo {
	width: 100%;
	text-align: center;
	margin: 15px 0;
}
.yzlcms_top .top_logo a {
	width: 100%;
	text-align: center;
}
.yzlcms_top .top_logo a img {
	height: 40px;
	display: inline-block;
	vertical-align: top;
}
.yzlcms_top .top_right {
	display: none;
}
/*导航悬浮样式*/
.web_nav {
	display: block;
}
.navigation {
	width: 100%;
	display: none;
}
.navigation li {
	width: 100%;
	background: #f1f1f1;
	border-bottom: 1px solid #ffffff;
}
.navigation li a {
	color: #555;
	height: 40px;
	line-height: 40px;
}
.navigation li.logo2 {
	display: none;
}
.h_search_wrap {
	display: none;
}
.h_search .form1 {
	margin-top: 2px;
}
.h_search {
	width: 70%;
	top: 0;
	left: 20%;
	background: none;
	display: block;
	padding: 0 0;
}
.h_search .form_text1 {
	width: 70%;
	height: 40px;
}
.h_search .form_button1 {
	width: 30%;
	background: #35b75c;
	height: 40px;
}
.youshi_wrap {
}
.h_youshi_in ul li .yscon {
	font-size: 12px;
	margin-top: 0;
}
.h_youshi_in ul {
	width: 96%;
	padding: 20px 2% 0;
}
.h_youshi_in {
	overflow: hidden;
	width: 100%;
	padding: 20px 0 0;
}
.h_youshi_in ul li {
	width: 47%;
	margin-bottom: 10px;
	margin-right: 20px;
}
.h_youshi_in ul li:nth-child(2n) {
	margin-right: 0;
}
.h_youshi_in ul li .icon {
	width: 80px;
	height: 80px;
}
.h_youshi_in ul li .icon span {
	width: 30px;
	height: 30px;
}
.h_youshi_in ul li .tlt {
	margin-top: 10px;
	font-size: 16px;
}
.h_foot1 .h_foot1_in>p {
	height: auto;
	font-size: 20px;
	line-height: 35px;
}
.contact .content1 ul li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.contact .content1 ul li a .wz {
	width: 75%;
}
.contact .content1 ul li a .wz p {
	float: left;
	width: 100%;
	line-height: 26px;
	padding-right: 10px;
}
.contact .content1 ul li a .wz span {
	float: left;
	width: 100%;
	line-height: 26px;
}
.contact .content1 ul li.lx3 a .wz span {
	float: left;
	line-height: 30px;
}
.lx_dz {
	margin: 20px auto 20px;
}
.lx_dz .dz_map {
	height: 270px;
}
.ny_banner .search {
	width: auto;
	top: auto;
	bottom: 30%;
	left: auto;
	right: 50%;
	margin-right: -190px;
}
.content_right .conn .pro_name {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.content_right .conn .proshow1 .pro_btn1 {
    margin: 0px 20px 10px 0;
}
}

/*手机*/
@media (max-width:767px) {
.flickerplate {
	height: 200px;
}
.h_news {
	padding: 20px 0;
}
.h_news .news_bd {
	padding-top: 20px;
}
.h_news .news_bd ul li {
	padding: 15px;
	margin-bottom: 15px;
}
.h_news .news_bd ul li .news_time {
	left: 15px;
	top: 15px;
}
.h_tlt1 p {
    font-size: 20px;
}
.gsjj .zbt {
    font-size: 20px;
}
.content_right .conn .pro_name {
    font-size: 20px;
}
.yzlcms_about_in {
	padding: 20px 0 20px;
}
.h_products .pro_hd ul li a {
	padding: 8px 10px;
}
.ny_products .pro_hd ul li a {
	padding: 8px 10px;
}
#myscroll li .intro {
	bottom: -24px;
}
.ny_content .content_left {
	display: none;
}
.ny_content .content_right {
	float: none;
	width: 100%;
	padding: 1% 0;
}
.ny_content .content_right .bread_nav {
	overflow: visible;
	height: auto;
	line-height: 24px;
}
.ny_content .content_right .bread_nav .zbt {
	float: none;
	width: 100%;
}
.ny_content .content_right .bread_nav div {
	float: none;
	width: 100%;
	text-align: left;
	padding: 10px 0 7px;
}
.ny_content .content_right .bread_nav div>em {
	height: 15px;
}
.ny_content .content_left .c_tlt {
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
}
.ny_content .content_left .c_tlt span {
	cursor: pointer;
	font-size: 16px;
	float: left;
	width: 30%;
	text-align: left;
}
.ny_content .content_left .c_tlt em {
	cursor: pointer;
	display: block;
	font-size: 15px;
	width: 30%;
	text-align: right;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	float: right;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.ny_content .content_left .pro_mulu {
	height: 300px;
	display: none;
}
.ny_content .content_left .pro_mulu ul {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.news_txt {
	padding: 20px 0 20px 23%;
}
.news_date {
	width: 20%;
	padding: 20px 3% 0 0;
}
.news_txt a span::before {
	display: none;
}
.news_txt a span {
	margin-bottom: 10px;
}
.news_txt i {
	height: 50px;
	overflow: hidden;
	display: block;
}
.news_yzlcms {
	height: auto;
	overflow: hidden;
}
.arrow_left {
	top: auto;
	bottom: 20px;
}
.ny_content .content_right2 {
	padding-bottom: 0;
}
.news_yzlcms:hover .news_txt {
	padding: 20px 0 20px 23%;
}
.news_yzlcms:hover .news_date {
	padding: 20px 3% 0 0;
}
.content_right .conn .pro_name {
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.content_right .conn .xgcp li {
	width: 46%;
}
.content_right .conn .xgcp li:nth-child(2n) {
	margin-right: 0;
}
.content_right .conn .xgcp li div .pro_img {
	_height: 160px;
}
.yzlcms_msg ul li h4 {
	display: none;
}
.cpzx .yzlcms_msg ul li div {
	width: 100% !important;
}
.cpzx .yzlcms_msg ul li .msg_ipt1, .yzlcms_msg ul li .msg_tara {
	width: 100% !important;
}
.cpzx .yzlcms_msg ul li .msg_ipt12 {
	width: 100% !important;
}
.yzlcms_msg ul li div.msg_ipt2 {
	width: 30% !important;
}
.yzlcms_msg ul li span {
	display: none;
}
.yzlcms_msg {
	margin: 0 auto 0 !important;
}
.cpzx .msg_btn input {
	width: 49%;
	margin-right: 0;
}
.cpzx .msg_btn input:first-child {
	margin-right: 2%;
}
.content_right .conn .proshow1 {
	padding-top: 0;
	padding-bottom: 0;
}
.content_right .conn .proshow1 .js-silder {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content_right .conn .proshow1 .prodesc {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 15px;
}
.content_right .conn .proshow1 .prodesc p.desc {
	height: 74px;
}
.content_right .conn .proshow1 .pro_btn {
	display: none;
}
.content_right .conn .proshow1 .pro_btn1 {
	height: 44px;
	line-height: 44px;
}
.content_right .conn .proshow1 .pro_btn2 {
	height: 44px;
	line-height: 44px;
}
.content_right .conn .proshow1 .pro_btn2 em {
	display: none;
}
.tags_title {
	display: none;
}
.proshow2 .prodetail_con {
	width: 100%;
}
.proshow2 {
	padding-top: 0;
}
.proshow2 .prodetail_con .content {
	padding: 10px 0;
}
}

@media (max-width:539px) {
.yzlcms_top .top_logo a img {
    height: 30px;
}
.web_nav {
    height: 40px;
    line-height: 40px;
}
.btn-menu {
    padding: 12px 0;
}
.flickerplate {
    height: 120px;
}
.h_tlt1 p {
    font-size: 18px;
}
.gsjj .zbt {
    font-size: 18px;
}
.gsjj p {
    margin-top: 20px;
}
.ny_content .content_right .bread_nav .zbt {
    font-size: 18px;
	padding: 0;
}
.ny_content .content_right .bread_nav div {
    padding: 5px 0;
}
.ny_content .content_right .conn .ny_news_tlt {
    font-size: 16px;
}
.ny_content .content_right .conn {
    padding-top: 0px;
}
.content_right .conn .pro_name {
    font-size: 18px;
	margin-bottom: 5px;
    padding-bottom: 15px;
}
.flickerplate .dot-navigation {
    bottom: 5px;
}
}


.yzlcms_menu { position: absolute; display: none; top: 22px; right: 0; z-index: 9996; cursor: pointer; -webkit-transition: .3s; transition: .3s;}
.yzlcms_menu .bar { position: relative; display: block; width: 24px; height: 2px; margin: 5px auto; background-color: #e84f4f; -webkit-transition: .3s; transition: .3s; }
.yzlcms_menu .bar:nth-of-type(1) { margin: 0px auto;}
.yzlcms_menu .bar:nth-of-type(3) { margin: 0px auto;}
.h_menu .yzlcms_menu{ margin-top: -8px; }
.h_menu .yzlcms_menu .bar{ margin:13px auto; }
.h_menu .yzlcms_menu .bar:nth-of-type(1) { margin: 0px auto;}
.h_menu .yzlcms_menu .bar:nth-of-type(3) { margin: 0px auto;}
.h_menu .yzlcms_menu .bar:nth-of-type(1) { -webkit-transform: translateY(15px) rotate(-45deg);-ms-transform: translateY(15px) rotate(-45deg); transform: translateY(15px) rotate(-45deg);}
.h_menu .yzlcms_menu .bar:nth-of-type(2) {  opacity: 0;}
.h_menu .yzlcms_menu .bar:nth-of-type(3) { -webkit-transform: translateY(-15px) rotate(45deg); -ms-transform: translateY(-15px) rotate(45deg); transform: translateY(-15px) rotate(45deg);}

.yzlcms-kefu {
	position: fixed;
	z-index: 999999999;
	right: 50px;
	bottom: 220px;
	width: 70px;
	height: 240px;
}
.yzlcms-kefu-con {
	position: relative;
	float: right;
}
.yzlcms-kefu .a {
	display: block;
	width: 80px;
	height: 80px;
	background-color: #38c362;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	text-align: center;
}
.yzlcms-kefu .a.active, .yzlcms-kefu .a:hover {
	background: #444444;
}
.yzlcms-kefu .a .i {
	display: none !important;
	width: 44px;
	height: 44px;
}
.yzlcms-kefu .a-service {
	background: #38c362 url(../images/icon_qq.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service:hover {
	background: #444444 url(../images/icon_qq.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service-phone {
	background: #38c362 url(../images/icon_phone.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service-phone:hover {
	background: #444444 url(../images/icon_phone.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-qrcode {
	background: #38c362 url(../images/icon_wechat.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-qrcode:hover {
	background: #444444 url(../images/icon_wechat.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-top {
	background: #D2D3D6 url(../images/icon_top.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-top:hover {
	background: #444444 url(../images/icon_top.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 4px;
}
.yzlcms-kefu .a-top {
	display: none;
}
.yzlcms-kefu .d {
	display: none;
	width: 240px;
	background: #f5f5f5;
	position: absolute;
	right: 80px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.yzlcms-kefu .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	ight: -8px;
	top: 31px;
}
.qrcode-img img {
	width: 150px;
	margin: 0 auto;
}
.yzlcms-kefu .d-service {
	top: 0px;
}
.yzlcms-kefu .d-service-phone {
	top: 84px;
}
.yzlcms-kefu .d-qrcode {
	top: 168px;
}
.yzlcms-kefu .d .inner-con {
	padding: 14px 22px;
}
.yzlcms-kefu .d-service-item {
	padding: 4px 0;
	overflow: hidden;
}
.yzlcms-kefu .d-service .d-service-item {
	border-bottom: none;
}
.yzlcms-kefu .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}
.yzlcms-kefu .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/qq.png) no-repeat center 2px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}
.yzlcms-kefu .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/phone.png) no-repeat center center;
	display: block;
}
.yzlcms-kefu .d-service-item p {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.yzlcms-kefu .d-service .d-service-item p {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
}
.yzlcms-kefu .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.yzlcms-kefu .d-service-intro {
	padding-top: 10px;
}
.yzlcms-kefu .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}
.yzlcms-kefu .d-service-intro i {
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}
.yzlcms-kefu .d-qrcode {
	text-align: center;
	width: 180px;
}
.yzlcms-kefu .d-qrcode .inner-con {
	padding: 15px 0;
}
.yzlcms-kefu .d-qrcode p {
	font-size: 14px;
	color: #999;
	padding-top: 5px;
}
.yzlcms_links {
	background-color: #f7f7f7;
	padding-bottom: 30px;
}
.yzlcms_links .yzlcms_wrap {
	width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}
.yzlcms_links .links_tit {
    font-size: 16px;
    color: #333;
	line-height: 36px;
    height: 36px;
}
.yzlcms_links .links_list {
	overflow: hidden;
}
.yzlcms_links .links_list ul li {
    float: left;
    padding: 0px 15px 0px 0;
}
.yzlcms_links .links_list ul li a {
	font-size: 14px;
    line-height: 26px;
    color: #666;
}
@media (max-width:991px) {
.yzlcms_menu {
    display: block;
}
.yzlcms-kefu {
	width: 60px;
	right: 10px;
	bottom: 120px;
	height: auto;
}
.yzlcms-kefu .a {
	width: 60px;
	height: 60px;
	background-size: 30px !important;
}
.yzlcms-kefu .d {
    right: 60px;
}
.yzlcms-kefu .d-service-phone {
	top: 64px;
}
.yzlcms-kefu .d-qrcode {
	top: 128px;
}
.yzlcms-kefu .d .inner-con {
    padding: 4px 22px;
}
.yzlcms-kefu .d-qrcode .inner-con {
    padding: 15px 0;
}
}
@media (max-width:767px) {
.yzlcms-kefu {
	width: 40px;
	right: 4px;
	bottom: 100px;
	height: 85px;
}
.yzlcms-kefu .a {
	width: 40px;
	height: 40px;
	background-size: 20px !important;
}
.yzlcms-kefu .a-service {
	display: none !important;
}
.yzlcms-kefu .a-qrcode {
	display: none !important;
}
.yzlcms-kefu .d-service {
	display: none !important;
}
.yzlcms-kefu .d-service-phone {
	display: none !important;
}
.yzlcms-kefu .d-qrcode {
	display: none !important;
}
}


.yzlcms_page { text-align:center;margin: 10px 0 30px 0;}
.yzlcms_page ul li { display:inline-block; line-height: 30px; border: 1px solid #e9e7e7; margin: 0 5px 5px 0;color: #777777;}
.yzlcms_page ul li.active,.yzlcms_page ul li:hover { background:#35b75c; border: 1px solid #35b75c;}
.yzlcms_page ul li a,.yzlcms_page ul li span{display:inline-block; font-size:15px; padding:0 10px;}
.yzlcms_page ul li:hover a,.yzlcms_page ul li:hover span,.yzlcms_page ul li.active span {color:#ffffff;}

@media (max-width:767px) {
.yzlcms_page { margin: 10px 0 20px 0;}
}

.showcon { font-size: 15px; line-height: 32px;}
.showcon img { max-width:100% !important; height:auto !important;}

.showcon * {
    word-break: break-all;
}
.showcon ul.list-paddingleft-2 {
    margin: 0 !important;
    padding: 0 0 0 15px !important;
    list-style: inherit !important;
}
.showcon ul.list-paddingleft-2 li {
    display: list-item !important;
    margin-left: 20px !important;
    list-style: inherit !important;
    /* font-size: 20px; */
}
.showcon hr {
    border-bottom: 1px solid #e2e2e3;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
.showcon audio {
    max-width: 100% !important;
}
.showcon video {
    max-width: 100% !important;
    background: #000000;
}
.showcon iframe {
    max-width: 100% !important;
    border: none !important;
}
.showcon table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    max-width: 100% !important;
    height:auto !important;
}
.showcon td, .showcon th {
    padding: 5px 10px !important;
    border: 1px solid #666666 !important;
    word-break: break-all !important;
}
@media(max-width:991px){
.showcon video {
    height:auto !important;
}
.showcon iframe {
    height:auto !important;
}
}

.yzlcms-kefu .d {
    width: 255px;
}
.yzlcms-kefu .d .arrow {
    display: none;
}
.yzlcms-kefu .d .inner-con {
	line-height: 0;
}
.yzlcms-kefu .d-qrcode .inner-con p {
	line-height: 30px;
        margin: 0 0 0 0;
}
.yzlcms-kefu .d-service-item .text {
    width: 150px;
}
.yzlcms-kefu .d-service-item p {
    width: auto;
}
.yzlcms-kefu .d-service .d-service-item p {
    width: auto;
}
.yzlcms-kefu .d-qrcode {
    width: 180px;
}
